home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / arcade_animal.swf / scripts / DefineButton2_280 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-03-20  |  142 b   |  10 lines

  1. on(press){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6.    set("/:score","0");
  7.    set("/:heart","50");
  8.    set("/:time","0");
  9. }
  10.